Specific tags for all pages in Scrapbox
I wrote this because I wanted to create a project for English translation by adding a "translation yet" tag to all the pages of the Scrapboxed project of the Japanese version of Engineer's Intellectual Production Techniques. It's too simple to publish as a tool, so I'll put it here.
code:python
import json
data = json.load(open("/Users/nishio/Downloads/test-scrapbook-20181215.json"))
json.dump(data, open("out.json", "w"))
---
This page is auto-translated from /nishio/Scrapboxの全ページに特定タグをつける. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I'm very happy to spread my thought to non-Japanese readers.